ls command

Hi,
When we use "ls -l" command,at the top of the resulting list "Total" will be diaplayed.
I would like to know what is the meaning of 'Total'.(i.e whether it is total number of files or total number of bytes or some thing else?).

cheers
RRK

Total number of blocks used by the directory.

Cheers,
K

Also, try "ls -lh". The "h", "with -l, print sizes in human readable format (e.g., 1K 234M 2G)". That's in man ls.