# File lib/rbrainz/model/collection.rb, line 99
      def dup
        Collection.new(self.count, self.offset, @entries)
      end