AggregateUser: {
    _avg: UserAvgAggregateOutputType | null;
    _count: UserCountAggregateOutputType | null;
    _max: UserMaxAggregateOutputType | null;
    _min: UserMinAggregateOutputType | null;
    _sum: UserSumAggregateOutputType | null;
}

Model User