Mongodb – Aggregate operation is not returning anything with mongoose schema
The main purpose is to get the total price of the orders array of objects. So I used mongoDB aggregation operation. I used NoSQL booster to check query there I can get the totalPrice but when I use it in…