# File lib/rbrainz/model/tag.rb, line 26
      def initialize(text=nil, count=nil)
        @text  = text
        @count = count
      end