$this->id, 'title' => $this->title, 'sub_title' => $this->sub_title, 'category_id' => $this->category_id, 'category' => ArticleCategoryResource::make($this->whenLoaded('category')), 'content' => $this->content, 'cover' => $this->cover, 'published_at' => $this->published_at ? $this->published_at->timestamp : '', 'created_at' => $this->created_at->timestamp ]; } }