total; } /** * @return array{total: int} */ public function jsonSerialize(): array { return ['total' => $this->total]; } }