postSchema.statics.getPost = function(postID, cb) {var id = mongoose.Types.ObjectId(postID); return this.findById(id, cb);};