public function includeAlbums(Artist $artist)
 {
     return $this->collection($artist->getAlbums(), new AlbumTransformer());
 }