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