// // GiphyListResponse.swift // LiveLikeGiphyChallenge // // Created by Ljupco Nastevski on 30.1.22. // import Foundation struct GiphyListResponse: Codable { let data: [GifObject] let pagination: GifListPagination }