belongsTo(User::class); } public function items() { return $this->hasMany(OrderItem::class, 'order_id', 'uuid'); } }