connect to existing collection mongoose

JavaScript
new Schema({ url: String, text: String, id: Number}, 
           { collection : 'question' });   // collection name
Source

Also in JavaScript: