Currently, all child pages of a database can be retrieved with client.databases.query(DB_ID). Consider if there could be a more intuitive way like client.databases.get(DB_ID).children. The latter could also "pythonically" support pagination like db.children[10:20].