Parse from a json
factory StoryContentPhoto.fromJson(Map<String, dynamic> json) => StoryContentPhoto( photo: Photo.fromJson(json['photo']), );