when using INT as PK i can safe convert `result.insertedId` from `bigInt` to `Int` using `Number(result.insertedID)`?