SyncableEntity
Implemented by local entities/rows that participate in delta sync.
A SyncEngine never mutates domain fields directly — it only reads/writes this bookkeeping envelope via withSync, so an entity's own columns are free to be anything the app needs.