weaviate-client
    Preparing search index...

    Type Alias GroupByAggregate<T>

    type GroupByAggregate<T> = {
        limit?: number;
        property: PropertyOf<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    limit?: number
    property: PropertyOf<T>