Currently, I am integrating end-to-end testing for a micro service. One of the features I am working on involves verifying that an item was last updated over 2 hours ago. However, when I create a mock object with a date that is 6 hours older than the current time and set it as updatedAt, dynamoose overrides this value. Is there a way to ensure that the object retains the mocked data I have provided without being altered?