How to reference document from differnet collection to another document in mongodb?
I have two documents in two separate collections. Say, I have document one in post collection and the document is _id: ObjectId('63e23a258224d2ef3fea4a95') title: 'Post title' and my other document in comment collection and the document is _id: ObjectId('63e49e6ef73fe8e6fba1461b') userId: ObjectId('xxx')…