Hi. I have a question that i'm trying to noodle on. I've got a firestore query that returns a list of documents based on the start date and a specific aircraft. The result I get is a variable list called aircraftReservationsList. I want to further reduce that list and remove any entries that contain the authenticated user. I'm trying to figure out the best way to do that but seem to be stumbling. If anyone has any suggestions I'd love to hear them as I've hit a roadblock