Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'totalElements'] = this.totalElements; return json; }