Contentful Personalization & Analytics
    Preparing search index...

    Interface ContentfulEntryCollectionInternal

    Entry collection response from the Contentful client, including pagination metadata.

    interface ContentfulEntryCollection {
        items: ContentfulEntry[];
        limit: number;
        skip: number;
        total: number;
    }
    Index

    Properties

    Properties

    limit: number
    skip: number
    total: number