@override Future<int> totalBytes(String appId) async { return (await entries( appId, )).fold<int>(0, (total, entry) => total + entry.sizeBytes); }