I have created mongoose schema types array for fields on my form. I use like req.body.fieldName to access the values as a property, but when I do this query for an array, it returns undefined since it is not key value pair. How can I parse it inside my newly created model inside my post route handler? I have created mongoose schema types array for