Map<String, dynamic> toJson() => { 'default': thumbnailsDefault?.toJson(), 'medium': medium?.toJson(), 'high': high?.toJson(), };