export interface ModelUpdateDTO { name?: string; category?: string; description?: string; }