QC Admin - User Menu Ekonomi : Jumlah Pengangguran
This commit is contained in:
@@ -27,6 +27,9 @@ export default async function penghargaanFindMany(context: Context) {
|
||||
skip,
|
||||
take: limit,
|
||||
orderBy: { createdAt: "desc" },
|
||||
include: {
|
||||
image: true,
|
||||
},
|
||||
}),
|
||||
prisma.penghargaan.count({ where }),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user