Can i run ```const users = await authClient.admin.listUsers({ query: { filterField: "role", filterOperator: "eq", filterValue: "admin", }, });``` with no authenticated session? It might be called on server as well, I just want to see if there are any admins.