TokenUsage

constructor(input: Int? = null, output: Int? = null, total: Int? = (input ?: 0) + (output ?: 0))