ScryfallList

constructor(objectType: String = "list", hasMore: Boolean = false, nextPage: String? = null, totalCards: Int? = null, data: List<T> = emptyList(), warnings: List<String>? = null, notFound: List<NotFound>? = null)