Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2024 Changes in this version + type Address struct + Address string + City string + PostalCode string + State string + type Company struct + Address Address + Department string + Name string + Title string + type User struct + Address Address + Age int + BirthDate string + Company Company + Email string + FirstName string + Gender string + ID int + Image string + LastName string + type Users struct + Limit int + Skip int + Total int + Users []User