Você pode obter o resultado solicitado usando: $posts = Post::withCount('upvotes') ->having('upvotes_count', '>', 5) ->get();