*/ public function toArray($request): array { return [ 'type' => 'genres', 'name' => $this->genre->name, 'song_count' => $this->genre->songCount, 'length' => $this->genre->length, ]; } }