I am trying to map data from 2 tables with a one to many relationship. user(one) and qualification(many) I have the following models
public class UserModel {