Currently, the properties window shows different statistics depending on if users has hidden files shown or not. This MR changes the behavior to always count hidden files in the deep_counts. I didn't see any other implications from this change.
Remove the should_skip_file() check in order to count all files (hidden or regular) whether the view is set to show hidden files or not. Before changes, the properties window would show different statistics depending on the user preference for showing hidden files.
Fixes: #2234 (closed)