belongsTo(User::class, "owner_id"); } public function claimedBy() { return $this->belongsTo(User::class, "claimed_by"); } }