def record_count()

in remote_settings/client.py [0:0]


    def record_count(self):
        """Returns the count of new records to be created"""
        return len(self._new_records)