Relations
Relations
db.books.aggregate([{$lookup: {from: "authors", // from what other collectionlocalField: "authors",foreignField: "_id",as: "creators"}}])
Relations
db.books.aggregate([{$lookup: {from: "authors", // from what other collectionlocalField: "authors",foreignField: "_id",as: "creators"}}])