Use these parameters to paginate through the response.

PaginationResponse

interface PaginationResponse {
    totalResults?: number;
}

Properties

Properties

totalResults?: number

Total number of results matching the given filter criteria.

PaginationResponse