Schema representing a UsageVectorStoresResult within the OpenAI API
@type t() :: %ExOpenAI.Components.UsageVectorStoresResult{ object: :"organization.usage.vector_stores.result", project_id: String.t() | nil, usage_bytes: integer() }