# Extras ## Example Usage ```typescript import { Extras } from "@lukehagar/plexjs/sdk/models/operations"; let value: Extras = { size: 1, }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------------------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- | | `size` | *number* | :heavy_minus_sign: | The size of the extras. | 1 |