Deletes items with ids from the repository
ids
@override Future<int> deleteAll(Iterable<int> ids) { return Future.value(ids.length); }