totalSupply is returnig the wrong amount

Hey guys, Can anyone help me?

My smart contract has only 1 nft minted, but when I interact with the contract from the front end: contract.methods.totalSupply().call()
it's returning 11. Does anyone have any idea why this is happening?

this is my smart contract address : 0xe21aedfEDb7EeA34401b1C52e84097276a0Ba526

On which chain is it deployed? On mainnet it shows 2 as total supply

I was on rinkeby network :rofl:, I minted another one to test. Now its working. Thank you
.