Map<String, dynamic> toJson() { return { 'name': name, 'path': path, 'last_modified': lastModified, 'size': size, 'type': type, }; }