The correct command format for reading data consumption from the WAN.

Hello,

I would like to read via SSH command information about data used for download and upload. I was able to create these two commands according to the documentation and they work, but would it be possible to enter it as one command?

:put ([:pick [/interface ethernet print stats as-value where name="ether1"] 0]->"rx-bytes")
 
:put ([:pick [/interface ethernet print stats as-value where name="ether1"] 0]->"tx-bytes")

Thank you.