class SearchResult { List results; String? next; SearchResult({required this.results, required this.next}); }