0.86.6
Fix an N+1 on totalCount of nested connections optimized by prefetching:
parents whose prefetched first-page partition came back empty issued one
COUNT(*) query each, even though an empty first page already proves the
total count is 0.
This release was contributed by @rcybulski1122012 in #931
Additional contributors: @Copilot