Provides struct and type for a VectorStore.File.Batch
@type t() :: %OpenAi.VectorStore.File.Batch{ created_at: integer(), file_counts: OpenAi.VectorStore.File.Batch.FileCounts.t(), id: String.t(), object: String.t(), status: String.t(), vector_store_id: String.t() }