Database

db={"userprofile":[{"_id":ObjectId("608108ef6cbc5641fe996e20"),"firstName":"Khansa Adilla","lastName":"Reva","mobile":"81275851188","createdOn":ISODate("2021-04-22T05:26:07.428+0000"),"updatedOn":ISODate("2021-04-22T05:26:55.218+0000")}],"user-wishlist":[{"_id":ObjectId("6081091f4432f9166f17c092"),"userId":"81275851188","contents":[{"_id":ObjectId("5fff1095f0fba6647a3c6ea7"),"name":"UTBK"}]}]}

Query

db.userprofile.aggregate([{"$lookup":{"from":"user-wishlist","localField":"mobile","foreignField":"userId","as":"contents"}}])

Result