KKSummary
@interface KKSummary : KKBOXOpenAPIObject
The summary of a list.
-
The total amount of items matching the criteria.
Declaration
Objective-C
@property (readonly, assign, nonatomic) NSInteger total;
Swift
var total: Int { get }