CFEmbedFieldGroupByOutputType: {
    _count: CFEmbedFieldCountAggregateOutputType | null;
    _max: CFEmbedFieldMaxAggregateOutputType | null;
    _min: CFEmbedFieldMinAggregateOutputType | null;
    cfMessageEmbedId: string;
    dbId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
}