I’m trying to get all the people/families that are related to an event in Python. I have an Event object and I would like to find all witnesses of that event. Is there a way other than iterating every person in the database to figure out if they reference the event?