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