Future<int> size(String collectionName) async { final file = await _getFile(collectionName); return await HarnDBPlatform.instance.size(file); }