R2StorageGuildGroupByOutputType: {
    _count: R2StorageGuildCountAggregateOutputType | null;
    _max: R2StorageGuildMaxAggregateOutputType | null;
    _min: R2StorageGuildMinAggregateOutputType | null;
    allowedUntil: Date | null;
    dbId: string;
    guildId: string;
    r2StorageId: string;
}