query lastMintsPaginated($pageSize: Int, $skip: Int) { newMints( first: $pageSize skip: $skip orderDirection: desc orderBy: tokenId ) { id tokenId description name } } query totalTokens { tokens { id } }