solved it, needed to add `context.prisma.label.fin...
# orm-help
g
solved it, needed to add
context.prisma.label.findMany({ include: { branches: true } })
💯 1