Moralis.Web3API.account.getNFTs() confirmation

I am using Moralis.Web3API.account.getNFTs() for the users wallet in my DAPP. Will this return only the NFT’s that they currently own. In other words, if the wallet owner transferred or resold the NFT, will this statement not return the transferred or resold NFTs ?

Or do I have to go into each of the transaction in order to get the status of that NFT token to find out if it is “active” for this wallet holder

It will only show the NFTs that they currently own.

Thank you for this information.