This is my Prometheus exporter => https://github.com/ngosang/urbackup-exporter
I need to calculate the total size on disk for each client. Currently I'm summing the size of each backup but that is incorrect because deleted backups are not counted.

I would like to have access to global statistics from the Python API to fix this issue:
