attributes['used']; } final public function getStock(): int { return $this->attributes['stock']; } final public function getAvailable(): int { return $this->getStock() - $this->getUsed(); } }