📄️ Filter
You can filter the results by using the filter modifier. It sets the query expression for selecting/filtering data from your app's database
📄️ Group
You can group the objects of the model by the specified expression or by the specified fields.
📄️ Lookup
You can use the lookup modifier to get a single object from the database.
📄️ Omit
You can omit fields in your query results by using the omit modifier.
📄️ Limit
You can limit the max number of objects returned from the database, namely limit defines the page size for pagination
📄️ Page
You can paginate to the specified page number with the page modifier.
📄️ Sort
You can sort the returned objects by the value of the specified field and sort direction.