Closed
Description
get the count of a scope (without any records)
then later get some data for the same scope
the count will go to "1", then come back at the correct value.
I assume that when we fetch the actual scope data, we ignore the fact that we already know the count, and so we replace the actual known count with a dummy value.
It works out in the end, but causes a brief flicker on the display.