```ts export interface ComponentMediaGalleryItemData { description?: number; // [...] ``` # `description` should be a string, otherwise it creates a type error, forcing the developer to use a type conversion:  