Feature Request
It would be very useful to create an option to ignore a specific field in an entity. For example, I have a lastInteractiveLogin field, and I don't want the updatedAt timestamp to be modified when this field is changed.
I know I could use the inverse option (e.g., a fields property), but I don't want to have to update that configuration every time I add a new field to my User entity