Filter authors based on post count

Hi All

Is there a way to filter my authors based on their post count. On my home page, I’d like to fetch the top 10 authors based on the number of posts they have assigned to them. Is this possible?

So something like
{{#get “authors” limit=“10” filter=“post_count < 10”}}

Thanks in advance.

Sorry it’s not possible. This is a known limitation, mentioned at the bottom of get helper page:

I believe you can order by count.posts, but not filter by it.

Hey @Hannah

Thanks for your reply. Ordering by count.posts and then limiting may actually do the trick.

Thank you.

Is this still not possible? I see no mention of this in the new documentation tho. :thinking: