In my relationship, a Call is related to many Histories. The key of the Call is present in every History. When querying a History for the code, there is a @ManyToOne relation that returns the Call to which the history belongs. When consulting the Call, the answer should contain the Consulted Call and all the Histories related to that Call. This relationship is mapped in the called model as @OneToMany.
It is possible to instantiate in the class the Historical Collection and generate an output in the console, however the history is not sent in JSON to the client.
Note: All JPA classes were automatically generated from NetBeans, using the "New > Database Entity Class ..." option.