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