# StatisticsGet200Response
## Properties
**count_instances** | Option<**f64**> | Number of DICOM instances stored in Orthanc | [optional]
**count_patients** | Option<**f64**> | Number of patients stored in Orthanc | [optional]
**count_series** | Option<**f64**> | Number of DICOM series stored in Orthanc | [optional]
**count_studies** | Option<**f64**> | Number of DICOM studies stored in Orthanc | [optional]
**total_disk_size** | Option<**String**> | Size of the storage area (in bytes) | [optional]
**total_disk_size_mb** | Option<**f64**> | Size of the storage area (in megabytes) | [optional]
**total_uncompressed_size** | Option<**String**> | Total size of all the files once uncompressed (in bytes). This corresponds to `TotalDiskSize` if no compression is enabled, cf. `StorageCompression` configuration option | [optional]
**total_uncompressed_size_mb** | Option<**f64**> | Total size of all the files once uncompressed (in megabytes) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)