return { data: await Promise.all(activities.map(async ({ user, ...activity }) => ({
    ...activity,
    user: await getUser(user)
  }))) }