Fetch multi-relation documents from MongoDb
I have a collection “products”, another “transactions” and then “users”.
Every product has some transactions and every transaction has a user.
So I want to fetch products having a key-value pair of transactions containing an array based on productId
And then every transaction containing a key-value pair of traveller based on travellerId from users collection.