7.3 태그/카테고리 모델 및 UI o

This commit is contained in:
koreacomp5
2025-10-09 16:57:29 +09:00
parent a15b62f785
commit 60d7972762
5 changed files with 44 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ export async function GET(req: Request) {
isPinned: true,
status: true,
stat: { select: { recommendCount: true, views: true, commentsCount: true } },
postTags: { select: { tag: { select: { name: true, slug: true } } } },
},
}),
]);