*/ public function toArray($request): array { return [ 'id' => $this->id, 'title' => $this->title, 'slug' => $this->slug, 'created_post' => Carbon::parse($this->publish_at)->diffforhumans(), ]; } }