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