```context.prisma.user({id: "ckbq161w6i1ka0a42wsbt...
# orm-help
b
Copy code
context.prisma.user({id: "ckbq161w6i1ka0a42wsbtda38" }).packingLists({where: {some id from a relation}  })
s
if your where condition matches with the condition that you expect to get a single record of then you can just get it by extracting the first element of result array.