# `cassandra.cqlengine.query` - Query and filter model objects

## QuerySet

QuerySet objects are typically obtained by calling `objects()` on a model class.
The methods here are used to filter, order, and constrain results.
