That makes way more sense now, thanks.
For a test I did all objects (except the ----) in the left hand side and added that constraint. I get this error now:
Invalid filter for <class 'circuits.models.CircuitTermination'>: Cannot resolve keyword 'tags' into field. Choices are: _cable_peer, _cable_peer_id, _cable_peer_type, _cable_peer_type_id, _cabled_as_a, _cabled_as_b, _path, _path_id, cable, cable_id, circuit, circuit_id, description, id, port_speed, pp_info, site, site_id, term_side, upstream_speed, xconnect_id
If I move those objects to the left, then it throws another set of errors, looks like basically every object it complains about.
Or I just totally lost on how to do this?
Thanks