fetchPlaylistVideos(route: ActivatedRoute) {
    return this.toRouteData(route).pipe(
      map((data: PlaylistData) => data.videos)
    );
  }