Map<String, dynamic> toJson() { return <String, dynamic>{ 'total_count': totalCount, 'count': count, 'offset': offset }; }