Mongodb – Mongoose – Model.find({}) is not a function
I am following a nodejs and mongoose tutorial and the only way i can query the collection is via the .collection property. Every tutorial i see, says Model.find() or Model.findOne() are legal but i keep getting the same error. My…