$this->id, 'name' => $this->name, 'parent_id' => $this->parent_id, 'children' => $this->parent_id == 0 ? DepartmentResource::collection($this->children) : [], ]; } }