-record(vector_store_object, { id :: binary(), object :: binary(), created_at :: integer(), name :: gleam@option:option(binary()), usage_bytes :: integer(), file_counts :: glopenai@vector_store:vector_store_file_counts(), status :: glopenai@vector_store:vector_store_status(), expires_after :: gleam@option:option(glopenai@vector_store:vector_store_expiration_after()), expires_at :: gleam@option:option(integer()), last_active_at :: gleam@option:option(integer()), metadata :: gleam@option:option(gleam@dict:dict(binary(), binary())) }).