Update Mongoose Schema

My goal is to add a field to an existing mongoose schema
I have already tried the “strict:false” way, and it had no result at all
My question is if there exists an easy way to simply add a field in a mongoose schema.