'decimal:2', ]; public function items(): HasMany { return $this->hasMany(OrderItem::class); } }