Our Content Server database (MS SQL Server) uses type "BigInt" (that is 8 bytes of storage) for most IDs such as Document IDs, Version IDs etc. But the REST APIs in the SDK such as nodes, search etc map these to "Integer" variables which, in the C# world at least, is only 4 bytes of storage. What happens when our database exceeds 4 billion documents?