async let user = try await fetchUser(for: id) async let articles = try await fetchArticles(for: id, limit: limit) return try (user: await user, articles: await articles)