Type Alias GuildMessageEmbedCountAggregateOutputType

GuildMessageEmbedCountAggregateOutputType: {
    _all: number;
    author: number;
    authorIcon: number;
    color: number;
    dbId: number;
    description: number;
    footer: number;
    footerIcon: number;
    guildCustomMessageId: number;
    image: number;
    thumbnail: number;
    title: number;
    url: number;
}