AggregateClient: {
    _avg: ClientAvgAggregateOutputType | null;
    _count: ClientCountAggregateOutputType | null;
    _max: ClientMaxAggregateOutputType | null;
    _min: ClientMinAggregateOutputType | null;
    _sum: ClientSumAggregateOutputType | null;
}

Model Client