AggregateTeam: {
    _count: TeamCountAggregateOutputType | null;
    _max: TeamMaxAggregateOutputType | null;
    _min: TeamMinAggregateOutputType | null;
}

Model Team