# File lib/couch_potato/persistence/properties.rb, line 50
          def self.properties
            @properties ||= {}
            @properties[name] ||= PropertyList.new(self)
            @properties[name]
          end