TSEmbedFieldGroupByOutputType: {
    _count: TSEmbedFieldCountAggregateOutputType | null;
    _max: TSEmbedFieldMaxAggregateOutputType | null;
    _min: TSEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    inline: boolean | null;
    name: string;
    tsMessageEmbedId: string;
    value: string | null;
}