Json – Cannot retrieve the right documents from MongoDB collection
I am trying to retrieve some documents from a MongoDB collection (called expenses). Here you are the entire database, obtained using db.expenses.find(): [ { _id: ObjectId("65708c6237b62067296a398f"), date: '2013-10-21T13:28:06.419z', description: 'playstation', category: 'miscellaneous', cost: 499, users: [ { username: 'Giacomo', amount:…