Skip to main content
Version: 8.9

Type Alias: OffsetPagination

type OffsetPagination = object;

Offset-based pagination

Properties

from?

optional from?: number;

The index of items to start searching from.


limit?

optional limit?: number;

The maximum number of items to return in one request.