$this->id, 'title' => $this->title, 'subtitle' => $this->subtitle, 'published_at' => $this->updated_at->toDateTimeString(), 'created_at' => $this->updated_at->toDateTimeString(), 'updated_at' => $this->created_at->toDateTimeString(), 'slug' => $this->slug, 'components' => $this->whenLoaded('components'), ]; } }