count = $count; } public function getCount() { return $this->count; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } }