Map<String, dynamic> toJson() => { "predictions": predictions.map((x) => x.toJson()).toList(), "status": status, };