Conéctese a la mangosta de colección existente
new Schema({ url: String, text: String, id: Number},
{ collection : 'question' }); // collection name
Grieving Gemsbok