Creates a PhotoSize object from JSON object
factory PhotoSize.fromJson(Map<String, dynamic> json) => _$PhotoSizeFromJson(json);