attributes['price']; } public function getCustomTitle(): string { return $this->getTitle() . " " . number_format($this->getPrice()) . "원"; } }