# GetStatisticsRequest ## Example Usage ```typescript import { GetStatisticsRequest } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetStatisticsRequest = { timespan: 4, }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | | `timespan` | *number* | :heavy_minus_sign: | The timespan to retrieve statistics for
the exact meaning of this parameter is not known
| 4 |