Provides struct and type for a File
@type t() :: %OpenAi.File{ bytes: integer(), created_at: integer(), filename: String.t(), id: String.t(), object: String.t(), purpose: String.t(), status: String.t(), status_details: String.t() | nil }