CSEmbedFieldGroupByOutputType: {
    _count: CSEmbedFieldCountAggregateOutputType | null;
    _max: CSEmbedFieldMaxAggregateOutputType | null;
    _min: CSEmbedFieldMinAggregateOutputType | null;
    csMessageEmbedId: string;
    dbId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
}