$this->id, 'title' => $this->title, 'slug' => $this->slug, 'content' => $this->content, 'template' => $this->template, 'custom_fields' => $this->custom_fields, 'meta_description' => $this->meta_description, 'meta_keywords' => $this->meta_keywords, 'published_at' => $this->published_at?->toIso8601String(), 'children' => PageResource::collection($this->whenLoaded('children')), ]; } }