I have a model Orders and orders model containing the array of the ordered product and I have added the new field in this products array named parentProductId and tried to store data into orders using API but the newly added fields are not added in the orders document and I have tried it by assigning default value but it's not working.