@override Photo? fromJsonMap(Map<String, dynamic>? json) => json != null ? Photo.fromJson(json) : null;