The Prometheus exporter calls `userRepository->countUsers()`, [which returns the __active__](https://github.com/systemli/userli/blob/f5c43cee0ca66ded940e35e192589ea2f85c268f/src/Repository/UserRepository.php#L88) user count [but falsely declares them as __total__ user count](https://github.com/systemli/userli/blob/f5c43cee0ca66ded940e35e192589ea2f85c268f/src/Command/MetricsCommand.php#L54).