Mongodb – Finding nested array objects with mongoose
I have a user collection like this { "_id": { "$oid": "62fe22f5d37c317701922d66" }, "name": "Fahim Faisal", "email": "[email protected]", "password": "$2a$12$bkjeD.GesX4f7BNVF7C0CuKkkTyQA19kv6SAWuhObmPlAB11Tz9dy", "notes": [], "folders": [ { "_id": { "$oid": "62fe22f5d37c317701922d67" }, "name": "My Notes", "notes": [] }, { "_id": { "$oid":…