name = $object->getName(); $model->short_code = $object->getShortCode(); $model->symbol = $object->getSymbol(); return $this->handler($country->currencies(), $model); } }