getTotalBalance return 0

I sent 1000 with https://testnets.cardano.org/en/testnets/cardano/tools/faucet/ to addr_test1qq8dck7fgnc9cqflvczy8dt0jz28gfewx3duwkgdcutqce99efaj8hc5x8uchen7pwteduene0wkqv5eayujgn9tes5s9uffvu

And I want to get balance with code:

wallet = await walletServer.getShelleyWallet(walletId);
let availableBalance = wallet.getAvailableBalance();
console.log(availableBalance)
let rewardBalance = wallet.getRewardBalance();
console.log(rewardBalance)
let totalBalance = wallet.getTotalBalance();
console.log(totalBalance)

All of them return 0

I ran my server on TESTNET

the wallet has 1000 tADA, the server is 100%synced?

My server is running and I can use it.
How can I check sync progress?

what guide did u followed?

With composer

wget https://raw.githubusercontent.com/input-output-hk/cardano-wallet/master/docker-compose.yml
NETWORK=testnet docker-compose up