@override Future<int> getPendingItemsCount() async { final pendingLogs = await _syncLogger.getPendingLogs(); return pendingLogs.length; }