Cómo acceder a una colección preexistente con mangosta
new Schema({ url: String, text: String, id: Number},
{ collection : 'question' }); // collection name
SAMER SAEID