hasOne("App\Models\Property", 'id', 'property_id')->select(['id', 'name', 'country']); } public function propertyChannelManager() { return $this->hasOne("App\Models\ChannelManagerPropertyMapping", 'property_id', 'property_id')->select(['id', 'property_id', 'channel_manager_id', 'channel_manager_property_id']); } }