Issue get data from moralis server

mint 100 nfts its work fine in show but after mint 101 this nft not show in my dashboard but i see number of 101 nft data in my moralis database

the default limit for a query is 100, you can use query.limit(1000) to get more data