Update the billing but still get the wrong result

I updated the billing and I use Moralis API “/{address}/nft” I have 21 polygon NFTs in my wallet. but resiult of API returns me 19 NFTs, and including the NFT I transfferd to another Wallet. Can I know the reason? why the result is not correctly?
the NFT I transfferred is
{
token_id: 27645899756843074296351619056008044381239566434585769933524196763608966763500,
token_address: 0x2953399124f0cbb46d2cbacd8a89cf0599974963
}

for the nft that was transferred, maybe it is a delay, for the missing nfts it could be because some are lazy minted, or it could be a contract that is not indexed yet by us

can you paste the address so that we can check that nft that was transferred and is still present in the result?

this one still presents:
{
token_id: 27645899756843074296351619056008044381239566434585769933524196763608966763500,
token_address: 0x2953399124f0cbb46d2cbacd8a89cf0599974963
}

x = await Moralis.Web3API.token.getTokenIdMetadata({“address”:“0x2953399124f0cbb46d2cbacd8a89cf0599974963”,“token_id”:“27645899756843074296351619056008044381239566434585769933524196763608966763500”,“chain”:“polygon”})

=>

amount: "1"
block_number: "27282723"
block_number_minted: "27194318"
contract_type: "ERC1155"
frozen: 0
is_valid: 1
metadata: "{\"image\":\"https://lh3.googleusercontent.com/21CLlcE9LJ8k8wmx2P3yvODEsFlz-ZuVZbghDU28EoTNHCs-voI-He8hF8Or78hooSrQtRoxv3l8tujG6uW0MIH1FG2-52vm7jAyXg\",\"name\":\"SWAG 2nd PR [Enhanced]\",\"description\":\"Do u love SWAG?\\n\\nIn this giveaway, All the participants will be winners and recieve prizes!\\n\\nJoin now: \\nhttps://twitter.com/LostMyCode/status/1514601273114325007\\n\\nNFT全員配布イベント開催中!いいねとリツイートで参加しよう!!\\n「イケイケにゃんこ」のNFTが必ず当たる!\\n\\n参加URL: \\nhttps://twitter.com/LostMyCode/status/1514601273114325007\\n\\n\\n-----\\n\\nOur Discord:\\nhttps://discord.gg/Q2JaSKRw7u\",\"external_link\":\"https://twitter.com/LostMyCode/status/1514601273114325007\",\"animation_url\":null,\"traits\":[]}"
name: "OpenSea Collections"
owner_of: "0xfa0b7931fa3150ec526a2b04c51eadecea44dafc"
symbol: "OPENSTORE"
synced_at: "2022-04-16T06:01:32.741Z"
syncing: 2
token_address: "0x2953399124f0cbb46d2cbacd8a89cf0599974963"
token_id: "27645899756843074296351619056008044381239566434585769933524196763608966763500"
token_uri: "https://api.opensea.io/api/v2/metadata/matic/0x2953399124F0cBB46d2CbACD8A89cF0599974963/0x3d1f0656319677651e9ce86716bc9a9dce90061b0000000000000200000013ec"

this is the wrong data?

Yes, It is the nft I transfferred.