``` Classified::has('user.info') ->limit(5) ->get(); ``` throws Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsTo::getOwnerKey() But its fine when i delete use HybridRelations ; from Classified model