id = $id; parent::__construct(); } /** * {@inheritdoc} */ public function jsonSerialize() : mixed { return ['id' => $this->id]; } }