@maschinenlesbar.org/dip-bundestag-cli
    Preparing search index...

    Interface ListResult

    Cursor-paginated list envelope.

    interface ListResult {
        cursor?: string;
        documents: JsonObject[];
        numFound: number;
    }
    Index
    cursor?: string

    Opaque cursor; pass back as cursor to fetch the next page.

    documents: JsonObject[]
    numFound: number