Future<int> countAllCachedImage(ObjectBox objectbox) async { final query = objectbox.cachedImageInfoBox.getAll(); return query.length; }