a2a1add6c7
This PR adds `totalAllocatedSize()` to the `ContentStore` protocol so it can be used to get the on-disk footprint without reaching past the abstraction. `LocalContentStore` implements it by walking its base path, covering both committed blobs and active ingest sessions.