*/ public function toArray($request): array { return [ 'id' => $this->id, 'title' => $this->title, 'slug' => $this->slug, 'pages' => PageNavigateResource::collection($this->whenLoaded('pages')), ]; } }