When listCatalog is invoked on admin database (return information for all collections in the cluster) it correctly return collection type "timeseries".
This does not happen when listCatalog is invoked directly on the timeseries namespace. In this case the collection type is wrongly reported as `collection` even though the collection is timeseries collection.
The goal of this ticket is to fix this bug and remove the TODOs associated with this ticket.