# File lib/rbrainz/model/release_group.rb, line 80
      def initialize(id=nil, title=nil)
        super id
        @title = title
        @releases = Collection.new
        @types = Array.new
      end