@override Map<String, Object?> toJson() => { 'url': url, 'thumbnailUrl': thumbnailUrl, 'width': width, 'height': height, 'caption': caption, 'fileSizeBytes': fileSizeBytes, };