Provides struct and type for a VectorStore.File.Counts
@type t() :: %OpenAi.VectorStore.File.Counts{ cancelled: integer(), completed: integer(), failed: integer(), in_progress: integer(), total: integer() }