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