Map<String, dynamic> toJson() { return { 'screenshot': screenshot.map((item) => item.toJson()).toList(), }; }