You must log in or # to comment.
If you have access to the backend then this may do it (would need building out to make usefull), it is only local reads I think:
lemmy=# select count(*) as read ,post_id from post_read group by post_id order by read desc;read | post_id------+---------6 | 89104 | 62623 | 77743 | 4072No


