Backstage
    Preparing search index...
    interface DocumentResultRow {
        document: IndexableDocument;
        highlight: IndexableDocument;
        total_count: string;
        type: string;
    }
    Index

    Properties

    total_count: string

    Total number of documents matching the query, regardless of pagination.

    type: string