SearchResponseData

constructor(page: Int = 1, results: List<T> = emptyList(), hasNextPage: Boolean = false, totalPages: Int = 0)(source)