contentful.js
    Preparing search index...

    Type Alias OffsetPagination

    type OffsetPagination = {
        skip: number;
        total: number;
    }
    Index
    skip: number
    total: number