def by_limit(cls, limit): return db.GqlQuery("select * from Post order by created desc limit {}".format(limit))