I have an array of objects that I get from database.
const users = await User.findAll();
To each of them, I want to call an async function