AggregateTwitterStreamer: {
    _avg: TwitterStreamerAvgAggregateOutputType | null;
    _count: TwitterStreamerCountAggregateOutputType | null;
    _max: TwitterStreamerMaxAggregateOutputType | null;
    _min: TwitterStreamerMinAggregateOutputType | null;
    _sum: TwitterStreamerSumAggregateOutputType | null;
}

Model TwitterStreamer