SentDropMaxAggregateOutputType: {
    channelId: string | null;
    dbId: string | null;
    dropId: string | null;
    guildId: string | null;
    messageId: string | null;
    platform: PlatformEnum | null;
    sentAt: Date | null;
}