When doing a bulk insert (using `MongoOperations.bulkOps()`), there is an inconsistency with how audit annotations are handled. Fields annotated with `@LastModifiedDate` are updated. Fields annotated with `@CreatedDate` are not updated.