# File lib/acts_as_indexed/storage.rb, line 27
    def remove(atoms)
      operate(:-, atoms)

      update_record_count(-1)
    end