GuildGroupByOutputType: {
    _avg: GuildAvgAggregateOutputType | null;
    _count: GuildCountAggregateOutputType | null;
    _max: GuildMaxAggregateOutputType | null;
    _min: GuildMinAggregateOutputType | null;
    _sum: GuildSumAggregateOutputType | null;
    autoLiveRoleLogs: string | null;
    birthdayChannelId: string | null;
    birthdayEnabled: boolean | null;
    birthdayRoleId: string | null;
    bitfield: string | null;
    blacklisted: boolean | null;
    dbId: string;
    disableDoubleVoteEntry: boolean | null;
    giveawayLogsChannelId: string | null;
    guildId: string;
    ignoreIfNotCatchedByOverride: boolean | null;
    leaveChannelId: string | null;
    leaveEnabled: boolean | null;
    linkedRoleLogs: string | null;
    locale: string;
    overrideBranding: boolean | null;
    statusRoleLogs: string | null;
    stickyMessageDelaySeconds: number | null;
    syncUsername: boolean | null;
    vodDownloadStoreForHours: number | null;
    welcomeChannelId: string | null;
    welcomeEnabled: boolean | null;
}