Skip to content

Instantly share code, notes, and snippets.

@trupin
Created August 20, 2018 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trupin/056816989980593279668ccf0be3a4e7 to your computer and use it in GitHub Desktop.
Save trupin/056816989980593279668ccf0be3a4e7 to your computer and use it in GitHub Desktop.
struct Page<Model: Decodable>: Decodable {
let page: UInt
let total_results: UInt
let total_pages: UInt
let results: [Model]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment