I have a super nested structure that I'm wondering...
# prisma-whats-new
j
I have a super nested structure that I'm wondering if or how I should flatten. A -> (few) B, B -> (few) C, C -> (few) D, D -> (many) E, E -> (many) F. If I have an F and want to find it's A, I have to go through the whole stack.