Type Parameters

  • T

Hierarchy

  • Info

Properties

Properties

info?: {
    count: number;
    next: null | string;
    pages: number;
    prev: null | string;
}

The API will automatically paginate the responses. You will receive up to 20 documents per page.

Type declaration

  • count: number

    The length of the response

  • next: null | string

    Link to the next page (if it exists)

  • pages: number

    The amount of pages

  • prev: null | string

    Link to the previous page (if it exists)

results?: T