Lookup giving wrong results in mongodb
I am new in mongodb. I am facing issue while using lookup. I have two documents. users and user_posts users collection db.users.find({}).pretty() { "_id" : ObjectId("655c3285822c4a52150c30a7"), "name" : "kunal", "email" : "[email protected]", } { "_id" : ObjectId("655c3285822c4a52150c30ab"), "name" : "Amit",…