The poolCount variable returns value 0 for all tokens. I have provided an example query below to show this. ``` query Test { tokens(orderBy: txCount, orderDirection: desc) { poolCount name } } ```