$this->id, 'title' => $this->title, 'text' => $this->text ]; } function jsonSerialize(): mixed { $basicJson = $this->basicJsonSerialize(); $basicJson['categoryName'] = $this->categoryName; $basicJson['categories'] = $this->categories; return $basicJson; } }