static List<UserModel> fromListOfResponse(List<dynamic> list) { return list.map((e) => UserModel.fromJson(e)).toList(); }