pub type Meta { Meta(total: Int, page: Int, limit: Int) }
Meta(total: Int, page: Int, limit: Int)
pub fn decoder() -> decode.Decoder(Meta)