Conecte -se à coleção existente Mongoose
new Schema({ url: String, text: String, id: Number},
{ collection : 'question' }); // collection name
Grieving Gemsbok