Let\'s assume there\'s a mongoengine model
class Post(Document): name = StringField() id = LongField() postContent = StringField()