// // FactsResponse.swift // CatFactsKit // import Foundation struct FactsResponse: Codable { let data: [String] }