Mongodb compass showing 0 documents

@LeThAL_LAD_N_A I think this is a limitation of timeseries. In that view Compass uses the collectionInfo information which for time series does not include the number of documents. To display the number of documents, Compass would need to do a countDocuments which might be an expensive operation.