type

ListOptions

Filter, page, sort, projection, population, actor, draft, trash, and locale list controls.

Source ridu.go:90

Wherequery.Expression
Filter documents atomically with the access predicate.
Pageint
One-based page; zero selects the first.
Limitint
Maximum documents returned per page.
Sort[]query.Sort
Stable authored-field ordering.
Select[]query.Path
Restrict returned stored fields.
Populate[]query.Population
Expand configured relationship paths.
OutputFields[]query.Path
Limit computed and inverse-join fields independently of Select.
Draft*bool
Include drafts when true or require published content when false.
Actor*store.Document
Actor used by access rules.
ActorCollectionschema.CollectionSlug
Exact auth collection owning Actor.
TrashOnlybool
List trashed documents only.
Localeschema.LocaleCode
Selected content locale.
FallbackLocales[]schema.LocaleCode
Optional replacement fallback chain.
DisableFallbackbool
Disable locale fallbacks.
AllLocalesbool
Return all localized values.

The root package re-exports this type as ridu.ListOptions. TrashOnly is valid only for trash-enabled collections.