Issues with aggregate in mongoDb
I have two collections, one called experiences and trips.
i am trying to get all of the experience data to trip via object id
i was able to aggregate using $unwind, $lookup pipeline and $groupBy.
Unfortunately, some data is missing due $lookup because lookup data is replaced.
i want that data to be kept, with lookup data