Why it matters
The reverse connection expects a bidirectional relationship. If the direct connection points to a different view, the relationship is broken.Example
IfWindFarm.turbines is a reverse through WindTurbine.windFarm,
but WindTurbine.windFarm points to SolarFarm instead of WindFarm, the connection is invalid.