btw I'm pretty sure `ipfs dag stat` works and tried it out here's some output from a test node I set up. ``` ❯ ipfs repo stat NumObjects: 543 RepoSize: 399819100 StorageMax: 10000000000 RepoPath: C:\Users\adin\.ipfs Version: fs-repo@11 🏠 ❯ ipfs dag stat /ipns/libp2p.io --enc=json --progress=false {"Size":15267156,"NumBlocks":185} 🏠 took 1m5s ❯ ipfs repo stat NumObjects: 728 RepoSize: 405725458 StorageMax: 10000000000 RepoPath: C:\Users\adin\.ipfs Version: fs-repo@11 ```