TWSEmbedFieldGroupByOutputType: {
    _count: TWSEmbedFieldCountAggregateOutputType | null;
    _max: TWSEmbedFieldMaxAggregateOutputType | null;
    _min: TWSEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    inline: boolean | null;
    name: string;
    twsMessageEmbedId: string;
    value: string | null;
}