-record(vector_store_file_object, { id :: binary(), object :: binary(), usage_bytes :: integer(), created_at :: integer(), vector_store_id :: binary(), status :: glopenai@vector_store:vector_store_file_status(), last_error :: gleam@option:option(glopenai@vector_store:vector_store_file_error()), chunking_strategy :: gleam@option:option(glopenai@vector_store:chunking_strategy_response()), attributes :: gleam@option:option(gleam@dict:dict(binary(), glopenai@vector_store:attribute_value())) }).