property = $property; } /** * Returns count of property. * * @param array $filter * * @return int */ public function count() { return 0; } }