Run a chronological feed query against a date-backed field using limit+1 cursor pagination.
Cursor pagination options.
OptionalonFinally: () => voidInclude related records. Use true for all relations - the system
automatically selects inline join for one-to-one or batch loader for
one-to-many based on the relation's cardinality in the manifest.
Order results by a model column.
Field to sort by (camelCase or qualified string)
Sort direction
Order results using a column on a joined relation (through metadata).
Relation key from the manifest
Column on the related table (camelCase)
Sort direction
Typed facade around the legacy
QueryBuilder. It injects default revision-aware predicates, exposes the fluent DAL surface, and keeps thePromiseLikecontract soawait Model.filterWhere(...)call sites work without forcing.run().