id = $id; } public function jsonSerialize(): mixed { return [ 'id' => $this->id ]; } }