category); } /** @inheritDoc */ public function toArray(Request $request): array { return ['type' => 'podcast-categories'] + $this->category->toArray(); } }