AggregateGuildDrops: {
    _avg: GuildDropsAvgAggregateOutputType | null;
    _count: GuildDropsCountAggregateOutputType | null;
    _max: GuildDropsMaxAggregateOutputType | null;
    _min: GuildDropsMinAggregateOutputType | null;
    _sum: GuildDropsSumAggregateOutputType | null;
}

Model GuildDrops