Hello I have following piece of code:
async create(data) { const document = new this.productModel(data); const created = await document.save();