KSMessageEmbedGroupByOutputType: {
    _count: KSMessageEmbedCountAggregateOutputType | null;
    _max: KSMessageEmbedMaxAggregateOutputType | null;
    _min: KSMessageEmbedMinAggregateOutputType | null;
    author: string | null;
    authorIcon: string | null;
    color: string | null;
    dbId: string;
    description: string;
    footer: string | null;
    footerIcon: string | null;
    image: string | null;
    ksCustomMessageId: string;
    thumbnail: string | null;
    title: string | null;
    url: string | null;
}