Hello Moralis Mages!
I am using getAllTokenIds() to pull data for an NFT collection, and storing the data in Moralis database.
using this line: query.ascending(“tokenId”);
my results are coming in with the token ids (0, 1, 10, 100, 1000, 10000, 10001, 10002, 10003 …) how do I make it so my order for token Ids is (0, 1, 2, 3, 4, 5 …)?