[tshark] how to get a response consumed traffic after grabbing packets through tshark

as mentioned above, I use the tshark command to grab the package, and I can also obtain the specific request address and other information through the command.
the current scenario is that
has an image address. When we open this address in the browser, the developer tool of the browser calculates the specific traffic.
but is this information in the package of tshark?

Thank you all!

Mar.13,2021

Yes, you can use -e http.content_length to output the length of the http body.

only if your http response package is not fragmented, or if you configure tshark to display the recombination package

Menu