GetNFTs APIs, the amount of the return value is not correct

Dear expert,

I used this command:
curl -X ‘GET’
‘https://deep-index.moralis.io/api/v2/0x24c64f2D1B6FD9af1A992EE2D8eB864bDE45232F/nft?chain=rinkeby&format=decimal’
-H ‘accept: application/json’
-H ‘X-API-Key: 32423424’

The return value is

However, I found that the amount is not correct, you can see the details in above pic.

The total number of array is 5, but the value of the amount in return value is 7, please tell me the reasons, thanks

it looks like something related to caching, that total is cached and not always updated real time now

@JesseChen, now it seems to work, do you still have these types of issues?