masto
    Preparing search index...

    Interface ListCollectionsParams

    interface ListCollectionsParams {
        limit?: number | null;
        offset?: number | null;
    }
    Index
    limit?: number | null

    Maximum number of results to return. Defaults to 40, max 80.

    offset?: number | null

    Offset for pagination. Defaults to 0.