### Please describe the problem you're trying to solve I'd like to see the number of files in each folder when I am using the size linemode. And no, the size of the folder on disk in bytes is not meaningful. I want to have the number of files inside. ### Would you be willing to contribute this feature? - [ ] Yes, I'll give it a shot ### Describe the solution you'd like It would look this: ``` empty_folder 0 small_folder 4 big_folder 53 regular_file 15.8K big_file 3.2G ``` ### Additional context _No response_