TSMessageEmbedGroupByOutputType: {
    _count: TSMessageEmbedCountAggregateOutputType | null;
    _max: TSMessageEmbedMaxAggregateOutputType | null;
    _min: TSMessageEmbedMinAggregateOutputType | null;
    author: string | null;
    authorIcon: string | null;
    color: string | null;
    dbId: string;
    description: string;
    footer: string | null;
    footerIcon: string | null;
    image: string | null;
    thumbnail: string | null;
    title: string | null;
    tsCustomMessageId: string;
    url: string | null;
}