Imagine processing an order as follows:
Order.find({_id: \'5faae1245e387720f4a4ef3a\'}) .then(async order => { const products = order.products;