I have the same database and collection in MongoDB on Ubuntu and Windows.
In my Compass on Ubuntu, it shows the information about the collection:
However, my Compass on Windows shows no information about the collection:
Although when I click on the collection in Windows, it shows that the collection indeed has 91 documents, just as on Ubuntu:
Why doesn't MongoDB Compass for Windows show information about collections and how can I force it to do this?
ADDENDUM
I installed MongoDB Compass on a Windows 10 virtual machine and it displays the collection information correctly. So perhaps this issue is not related to Windows but more a question why would MongoDB Compass not display information about collections in general?



