GuildVodsResponse: {
    guildId: string;
    pagination: Pagination;
    vods: GuildVod[];
}