pub async fn repository_get_download_disk_usage(
manager: State<'_, RepositoryManagerWrapper>,
handle: String,
) -> Result<DownloadDiskUsage, String>Expand description
On-disk usage of downloaded content (device total, per-item/container bytes).
TRACES: UR-056 | DR-085