I'm working on a small application and I need to automatically add a timestamp of creating/updating my documents in the default Nodejs MongoDb driver. Right now, when I add a new document, it only has added the _id field. Is there a way to force the addition of the createdAt/updatedAt fields?