My NUC with HAOS on bare metal has 18.9 GB, so it must be counting other things to the system. I do hve my database in a Mariadb addon, so the recorder database might explain the difference. Although I must admit I would not expect that to be counted as system.
As a note to others investigating a large backup (not bragging about size but 18.9GB here!).
I found .git/objects/pack was 18GB. An automation pushing github backups of “/config” was growing over years of tinkering, storing every commit ever made. Additional issues with .gitignore and some clumsy git usage adds up. Oops.
In my case, old branch movements and dangling commits were neither intentional nor valuable.