SQL modifiers that only affect the selection but not the projection.
Optional
Limit the number of entities returned.
Skip the specified number of entities queried before returning.
Order the entities by specified columns and orders.
SQL modifiers that only affect the selection but not the projection.