Documentation
    Preparing search index...

    Interface GroupedCountResultItem

    interface GroupedCountResultItem {
        count: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    count: number