How do I map array of objects to an existing array on MongoDB
Please how can I make this work on mongoDB. For each item in an array, fetch data which contains the item from another collection. For example: "users" : [{ "name": "John doe", "age": 51 }, { "name": "Jake kim", "age":…