kv.list()
const count = await kv.count(["users"]); console.log(`There are ${count} users in the database`);