OptionallimitMaximum number of items to return.
OptionaloffsetNumber of items to skip (for manual pagination).
OptionalorderField to order results by.
OptionalorderSort direction for orderBy field.
OptionalfetchExplicitly fetch all available items.
Pagination options for list operations.
Remarks
Controls result set size, ordering, and pagination. By default returns first 100 items to prevent accidental large fetches.
Example