CooldownsResponse: {
    cooldowns: Cooldown[];
    filters: {
        guildId: string;
        platform: string;
        streamer: string;
    };
    pagination: Pagination;
    truncated: boolean;
}