Norway Open Data SDK
    Preparing search index...

    Type Alias CatalogSearchPagination

    Pagination metadata returned by catalogue searches.

    type CatalogSearchPagination = {
        page: number;
        size: number;
        totalItems: number;
        totalPages: number;
    }
    Index
    page: number
    size: number
    totalItems: number

    Accessible result count; multi-type searches are capped at their 100-position window.

    totalPages: number