LastModified field is not Updating on using same data for UpdateAsync

Hi,

I am updating content regardless of change in data using UpdateAsyc/PatchAsync [Squidex.ClientLibrary].
If the data is not changes then LastModified field is not updated for it.
Is there option to update LastModified each time regardless of data change.

Squidex Version: 7.18.0.0
Squidex.ClientLibrary: 12.7.0

Thats by design. When you make an update without any modifications, nothing happens. There is nothing to bypass that at the moment. What would be the use case?