Limit on the number of databases to be returned.
Cursor for paging through results.
A list of databases.
const databases = await client.raw.listDatabases();
{"items": [{"name": "string"}],"nextCursor": "string"}