My User Model :
struct UserModel { var id : Int var gold : Int }
My Second Model :
struct GiftModel { var id : Int var gif