Counts the number of items (or non-null values when property is specified)

interface CountAggregate {
    count: {
        property?: AggregateProperty;
    };
}

Properties

Properties

count: {
    property?: AggregateProperty;
}