$this->uid, 'title' => $this->title, 'type' => $this->type, 'description' => $this->description, 'executors_id' => json_decode($this->executors_id), 'parent_id' => $this->parent_id, 'parent' => ProjectApi::getById($this->parent_id), 'path' => ProjectApi::getListByIds(json_decode($this->path)), 'description' => $this->description, "owner" => StudioApi::getById($this->owner_id), "editor" => UserApi::getIdByUuid($this->editor_id), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; return $data; } }