public List<Book> favorites() {
   return books(myDatabase.loadFavoriteIds());
 }