*/ public function toArray($request): array { return [ 'songs' => SongResource::collection($this->result->songs), 'artists' => ArtistResource::collection($this->result->artists), 'albums' => AlbumResource::collection($this->result->albums), ]; } }