What's the best way to type a query that returns a Prisma query with includes? I have a lot of nested ones and have changed my schema a few times, so I've needed to update the return type. I'm just using & { includedThing: IncludedThingType }, but that gets messy when nesting the includes. Is there a better way to handle this?