factory Photo.fromJson(Map<String, dynamic> json) { return Photo(downloadUrl: json['downloadUrl']); }