Map<String, dynamic> toJson() => { 'file_path': filePath, 'edits': edits.map((e) => e.toJson()).toList(), };