The current version of the number cell only supports normal `Numbers` but not `BigInt` numbers (> 2^53). Two potential solutions would be to: 1. Enable the native number-cell to handle `BigInt` values in addition to `Number` values. 2. Add a dedicate big-int cell to the `cells` package.