Mongodb – How do I filter a nested array of object in javascript?
How do I get all football teams from different clubs? Array structure: An array of clubs > each club has multiple teams > each team has numerous events (games). My goal is to filter all team objects from each club…