finder DSL methods to delegate to your model if you‘re building an ODM e.g. MyModel.last needs to be equivalent to MyModel.query.last
Alias for find_each
Alias for exists?
Alias for where
Alias for find_one
Alias for skip
Alias for sort
Alias for count
Alias for all
[Validate]