RSEmbedFieldGroupByOutputType: {
    _count: RSEmbedFieldCountAggregateOutputType | null;
    _max: RSEmbedFieldMaxAggregateOutputType | null;
    _min: RSEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    inline: boolean | null;
    name: string;
    rsMessageEmbedId: string;
    value: string | null;
}