item($photo->getAlbum(), new AlbumTransformer()); } /** * You can always transform manually by using * the following code (below): * public function transform(Photo $photo) { return [ 'id' => $this->int($photo->id), 'title' => $photo->title, 'albumId' => $this->int($photo->albumId) ]; } */ }