GuildEmbedFieldGroupByOutputType: {
    _count: GuildEmbedFieldCountAggregateOutputType | null;
    _max: GuildEmbedFieldMaxAggregateOutputType | null;
    _min: GuildEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    guildMessageEmbedId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
}