KSEmbedFieldGroupByOutputType: {
    _count: KSEmbedFieldCountAggregateOutputType | null;
    _max: KSEmbedFieldMaxAggregateOutputType | null;
    _min: KSEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    inline: boolean | null;
    ksMessageEmbedId: string;
    name: string;
    value: string | null;
}