def total_posts(cls): total_post = db.GqlQuery("SELECT * FROM Post").count() return total_post # Comment model