AggregateClubStreamer: {
    _avg: ClubStreamerAvgAggregateOutputType | null;
    _count: ClubStreamerCountAggregateOutputType | null;
    _max: ClubStreamerMaxAggregateOutputType | null;
    _min: ClubStreamerMinAggregateOutputType | null;
    _sum: ClubStreamerSumAggregateOutputType | null;
}

Model ClubStreamer