# File lib/acts_as_indexed/storage.rb, line 20
    def add(atoms, count=1)
      operate(:+, atoms)

      update_record_count(count)
    end