YTSEmbedFieldGroupByOutputType: {
    _count: YTSEmbedFieldCountAggregateOutputType | null;
    _max: YTSEmbedFieldMaxAggregateOutputType | null;
    _min: YTSEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
    ytsMessageEmbedId: string;
}