$this->id, 'name' => $this->name, 'type' => $this->type, 'status' => $this->status, ]; } /** * {@inheritdoc} */ public function jsonSerialize() : mixed { return $this->toArray(); } }