Hello,
I have to make forum endpoint where I need to count posts of each thred and return one thred with highest number of posts. In my database table I have post table with id of thred (id of threed where post belong). How to count posts of each thred and then return thred with highest number of posts.
Thanks