I have a following monogodb collections
coll1 coll2
-------- -------
_id _id
name coll1_ids
coll2 can have multiple reference to coll1 but coll1 will only have one reference
I want to populate coll2 data in coll1. Is there easier way to do it without using aggregation in Node.js. Thank you!!!