AggregateYoutubeStreamer: {
    _avg: YoutubeStreamerAvgAggregateOutputType | null;
    _count: YoutubeStreamerCountAggregateOutputType | null;
    _max: YoutubeStreamerMaxAggregateOutputType | null;
    _min: YoutubeStreamerMinAggregateOutputType | null;
    _sum: YoutubeStreamerSumAggregateOutputType | null;
}

Model YoutubeStreamer