```js const users = await authClient.admin.listUsers({ query: { limit: 10, }, }); console.log(users); ```