SyncStatusDbEntity: {
    disabled: boolean;
    entry_type: EntryType;
    id: NeuronAddress | ParticleCid;
    last_id: TransactionHash | ParticleCid;
    meta: SenseMeta;
    owner_id: NeuronAddress | ParticleCid;
    timestamp_read: number;
    timestamp_update: number;
    unread_count: number;
}