Hi @SanderL,
Have a look at this post, which covers the same thing. You might just need to return await fetchAll() since you're likely returning early before any data is actually fetched.
return await fetchAll()