diff --git a/server/api/user/[id]/index.get.ts b/server/api/user/[id]/index.get.ts index 78e8501..4d13231 100644 --- a/server/api/user/[id]/index.get.ts +++ b/server/api/user/[id]/index.get.ts @@ -18,6 +18,7 @@ export default cachedEventHandler(async (ev) => { path: "favs.stories", populate: [ { path: "author", select: "username _id" }, + { path: "chapters.bands" }, { path: "ficmas", model: Ficmas,