interface Count {
    $count: string | Record<string | number | symbol, never>;
}

Properties

Properties

$count: string | Record<string | number | symbol, never>

Returns the number of documents in a group.