This code returns only 33 NFTs but should be >50 !
What is not correct ?!
const response = await Moralis.EvmApi.nft.getWalletNFTs({
“chain”: “0x89”,
“format”: “decimal”,
“disableTotal”: false,
“tokenAddresses”: [
“0x2953399124F0cBB46d2CbACD8A89cF0599974963”
],
“mediaItems”: false,
“address”: “0xc2a8c7363b43a37f3828db6f4807de2dff6ad46d”
});