@override Object toJson() => { if (recommendations.isNotDefault) 'recommendations': [for (final i in recommendations) i.toJson()], };