# Kuapir::PremiereResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **total** | **Integer** | | | | **items** | [**Array<PremiereResponseItem>**](PremiereResponseItem.md) | | | ## Example ```ruby require 'kuapir' instance = Kuapir::PremiereResponse.new( total: 34, items: null ) ```