if count % 10000 == 0:
console_logger.info(message % (total, 100 * float(count + 1) / total))
mismatches_report = defaultdict(int)
mismatches_object_ids = defaultdict(list)
// IMPLEMENTATION NOTE: on the code below we iterate multiple times on Sounds, Packs and Users tables.// This is done in this way because due to our DB structure and the way that Django ORM works, if we annotate