Aguarde a promessa JavaScript
const userCount = await getUserCount();
console.log(userCount); // 12345
Mysterious Monkey
const userCount = await getUserCount();
console.log(userCount); // 12345