QC Admin - User Menu Ekonomi : Jumlah Pengangguran

This commit is contained in:
2025-09-16 10:11:54 +08:00
parent a5d841bb6b
commit 4ceea5203f
97 changed files with 6023 additions and 3481 deletions

View File

@@ -27,6 +27,9 @@ export default async function penghargaanFindMany(context: Context) {
skip,
take: limit,
orderBy: { createdAt: "desc" },
include: {
image: true,
},
}),
prisma.penghargaan.count({ where }),
]);