As BigInt is already supported in nodejs would it be possible to add BigInt support to the Ids? https://github.com/Vincit/objection.js/blob/bda8e13c90ab00f5a67eab0a3fb050914220308e/typings/objection/index.d.ts#L139 ```ts type Id = string | number | BigInt; ```