public List<Album> getTop6() {
   return albumRepository.getTop6();
 }