I have a collection of bookings which contains "UserID", "restaurantID" & a "bookingID". I am storing it in a collection "Bookings". What I want here is show the collection "Bookings" in the field(bookings) of my "Users" collection and "restaurant" collection according to the userID & restaurantID.
**Restaurant and User Collection are pretty much the same.
Please help me with a solution to this. Thanks.