Fish Wang says to YSITD
getMessageSchema = (mongoose, mediaCollectionName = "Media", collectionName = "Messages")-> MessageSchema = mongoose.Schema { from : String to : String message : String isOnChannel : true time : { type : Date, index : true } }, { collection : collectionName }