Norway Open Data SDK
    Preparing search index...

    Type Alias PaginateOptions

    Bounds applied to an auto-paginating iterator.

    type PaginateOptions = {
        maxItems?: number;
        maxPages?: number;
    }
    Index
    maxItems?: number

    Stops after yielding this many items. Zero avoids any request. Defaults to unlimited.

    maxPages?: number

    Stops after this many logical pages or continuation batches. Must be 1-100.