MongoDB – How to return an aggregation with reference to a refence using NodeJS
I am trying to do a lookup from multiple references Here is a Mongo Playground Here is my data Insp The Insp document contains an array of references to Users (by user ID) [ { "_id": { "$oid": "6359a12fb9450da3d8d8cdd2" },…