@override Map<String, dynamic> toJson() => withoutNulls({ 'clients': users?.map((item) => item.toJson()).toList(), 'default': defaults?.toJson(), });