diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 6a5d700..a3bd597 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -183,6 +183,9 @@ export class QuotationController extends Controller { prisma.quotation.findMany({ where, include: { + _count: { + select: { worker: true }, + }, customerBranch: true, paySplit: true, },