data class GetTrendingRepos(val total_count: Int, ...
# android
g
data class GetTrendingRepos(val total_count: Int, val incomplete_results: Boolean, val items: List<TrendingRepository>)