© 2026 Hedgehog Software, LLC
this.prismaService.loan.findFirst({ where, include: { customer: true }, });
import { Loan } from '@prisma/client';