Very new here, so any help is appreciated. Here is my database config:
placesOfInterest table
userTrips table - has a couple of fields and a document reference 'List' field that stores placesOfInterest document references
A user can create a trip (add a name, description) and add placesOfInterest to that trip
I have a page that shows the trips they have created. I'd like for the user to be able to click into the trip and see the placesOfInterest that are stored in the userTrips/placesOfInterest field
The 'Trips' page calls the userTrips table and does a listview. when selecting a specific trip, I'm not sure what to pass as a parameter, and even more so what I query on the listview on the detail page