$this->id, 'title' => $this->title, 'description' => $this->description, 'sortingIndex' => $this->sortingIndex, 'isActive' => $this->isActive, 'thumbnail' => $this->getFileFullUrl($this->thumbnail), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }