RemoteData

fun <T> RemoteData(    data: List<T> = listOf(),     last_page: Int = 0,     last_row: Int? = null)