@override Map<String, dynamic> toJson() { return { 'type': type, 'payload': { ...payload.toJson(), if (photoId != null) 'photo_id': photoId, }, }; }