Hi, I've recently started with Prisma and as it happened I entered in time of v7 release. Unfortunatelly it causes a lot of struggle because of outdated docs in some cases. For example: in docs Prisma Studio shows that there are reverse relations presented in tables but in v7 they are not. Even on mainpage there are screenshots with that: https://www.prisma.io/studio and YT video explaining features that no longer exists. There is also issue about reverse relations on github: https://github.com/prisma/studio/issues/1355 There are also informations that there is details view in Prisma Studio - and there is not.
I've literally lost whole day to search what's wrong in my case because the whole Internet and docs are showing that there are details and reverse relations shown but all that is outdated.
It would be extremely useful to show reverse relations for each table, such as User.posts. That is, showing a posts column when viewing the User table, which the user can click to preview/open thos...