次を使用して、要求された結果を達成できます。 $posts = Post::withCount('upvotes') ->having('upvotes_count', '>', 5) ->get();