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