How to get my change addresses

I made this transaction. I sent a little amount of Z to my friend because actually I only wanted to test zcash transactions between t-addresses.

https://zcashnetwork.info/tx/5d92f91f5c8e6ccf6556077a2f13a6d099a2f8c0e32d74119028689e3a8f637a

I used this command: ./zcash-cli z_sendmany “$TADDR” “[{"address": "$DEPO", "amount": XXXX}]” is this correct? Any better way?

My friend received the 0.0005 ZEC successfully, as expected and 0.0941 ZEC were sent to a change address.

After calling get-info I can confirm that I didn’t loose any amount of Z. But when I call ./zcash-cli listreceivedbyaddress 0 true this change address is not appearing. How do I get my T-change addresses listed?