I see we have a way to count tokens that we send to Gemini using gemini.countTokens(), but we need a way to see the tokens that we are recieving too. Looking at the Gemini docs, this is done through usageMetadata. Could we get access to this so we can get an accurate token count?