I noticed that in a SQLite based Durable Object, any `INSERT` operation against the storage returns

I noticed that in a SQLite based Durable Object, any INSERT operation against the storage returns 2 rowsWritten , although I only inserted one row, is this normal behavior or am I missing something?
It's also unlikely that I exceeded any 4k limit for write units, although I'm not sure if it applies to SQLite based DOs, and I don't have any index on the table I'm writing to.
Was this page helpful?