belongsTo(User::class)->select(['id', 'nickname', 'avatar']); } public function order() { return $this->belongsTo(Order::class); } }