Default get_posts endpoint currently returns one post per author - this currently puts signalling messages (which we intend to hide) at the same level as other posts, which can lead to sparse first loading pages (as most posts would be hidden) - we should change the default get_posts to another method that is not one-post-per-author, or at least allow hidden posts not to count towards max_posts
Default get_posts endpoint currently returns one post per author - this currently puts signalling messages (which we intend to hide) at the same level as other posts, which can lead to sparse first loading pages (as most posts would be hidden) - we should change the default get_posts to another method that is not one-post-per-author, or at least allow hidden posts not to count towards max_posts