When I query the vault and the query returns over 200 results, I see the following error:
Exception in thread "main" net.corda.core.node.services.VaultQueryException:
Please specify a `PageSpecification` as there are more results [201] than the default page size [200]
How do I specify a PageSpecification?