pub const MAX_PUBLIC_INTEGER: u64 = 9_007_199_254_740_991;
Maximum value for an ordinal exposed through the API.
This is 2^53 - 1, the largest integer JSON clients can represent without losing precision.
2^53 - 1