## Describe the bug The `config.Retention.Count` is user configurable via the YAML file and thus should not be of type `uint64`, otherwise it can easily be overflowed. ```bash can't parse YAML file config.example.yml: cannot unmarshal -10 into Go value of type uint64 ( overflow ) exit status 1 ```