json([ 'lyrics' => $song->lyrics, 'album_info' => $this->mediaInformationService->getAlbumInformation($song->album)?->toArray() ?: [], 'artist_info' => $this->mediaInformationService->getArtistInformation($song->artist)?->toArray() ?: [], 'youtube' => $this->youTubeService->searchVideosRelatedToSong($song), ]); } }