Skip to main content
Version: 8.10 (unreleased)

Type Alias: LimitPagination

type LimitPagination = object;

Limit-based pagination

Properties

limit?

optional limit?: number;

The maximum number of items to return in one request.