$this->id, 'title' => $this->title, 'categories' => $this->categories, 'author' => $this->author, 'image_url' => $this->image_url, 'release_data' => $this->release_data, 'project_url' => $this->project_url, 'project_version' => $this->project_version, 'description' => $this->description, ]; } }