Model.find
model.find()
Accepts a query document (a JSON object) as the first argument, then a callback. It returns an array of matches from the collection for that model.
Model.find
Accepts a query document (a JSON object) as the first argument, then a callback. It returns an array of matches from the collection for that model.