post_query = sa.select(Post).where(Post.publishedon != None,  # noqa: E711
                                       Post.category_id == None)  # noqa: E711