I believe you are correct that is what Apple's thinking. But that is ridiculous. Here's why:
- Create a new empty folder.
- Select the folder and do a Get Info (⌘ + i) Result: (Zero bytes (Zero bytes on disk) for 0 items)
- Open the folder.
- Add a single file.
- Select the folder and do a Get Info (⌘ + i) Result: (xxxx bytes for 2 items)
- Open the folder and delete the item you added above.
- Select the folder and do a Get Info (⌘ + i) Result: (xxxx bytes for 1 item)
Using the principal that the folder itself is counted step 2 should be 1 item as well. But it isn't. In both cases you have an empty folder. In one case the folder itself is counted and in the other it isn't. This is not because of a .DS_store or other hidden file. So I agree that Apple considers this the expected behavior, I can't imagine a justification for this.
Just to document things for posterity, the correct count is shown
- Using terminal 'ls -A1 | wc -l'
- In the finder status bar.
Get Info can't be relied upon to accurately report the number of items because you don't know by looking at it if it counts the folder itself or not.