AggregateTwitchStreamer: {
    _avg: TwitchStreamerAvgAggregateOutputType | null;
    _count: TwitchStreamerCountAggregateOutputType | null;
    _max: TwitchStreamerMaxAggregateOutputType | null;
    _min: TwitchStreamerMinAggregateOutputType | null;
    _sum: TwitchStreamerSumAggregateOutputType | null;
}

Model TwitchStreamer