these days i'm trying to learn more about mongoose to implement it in my project ,while going through the doc , i saw both Model and Query, both have many methods in common ,my question is what is the difference between them for example
Model.findOne()
vs Query.prototype.findOne()
, and thank you in advance.