AggregateKickStreamer: {
    _avg: KickStreamerAvgAggregateOutputType | null;
    _count: KickStreamerCountAggregateOutputType | null;
    _max: KickStreamerMaxAggregateOutputType | null;
    _min: KickStreamerMinAggregateOutputType | null;
    _sum: KickStreamerSumAggregateOutputType | null;
}

Model KickStreamer