filter(videos) {
        if (this.value === "any") {
          return videos;
        } else {
          const intValue = parseInt(this.value);