// // GiphyListResponse.swift import Foundation struct GiphyListResponse: Codable { let data: [GifObject] let pagination: GifListPagination }