Mongodb – Mongoose Model.find() returns whole query instead of document
I am trying to simply console.log the output of the mongoose function model.find() I am using node.js version 18.14.0, "express": "^4.18.2", "mongoose": "^7.0.0", I have the following issues: model.find no longer accepts callbacks, so I tried to create a variable…