data class RemoteData<T>
RemoteData(data: List<T> = listOf(), last_page: Int = 0)
val data: List<T>
val last_page: Int