Before this commit, if you try to use getList on an object, the interceptor makes a good job in automatically provide you the collection of the object transforming the returned data into an array but it loses the properties of the object itself.
There was just few original data copied to the extractedData, I introduce a for to copy all the original properties of the data object into the extractedData. Please integrate this PR :)
Before this commit, if you try to use getList on an object, the interceptor makes a good job in automatically provide you the collection of the object transforming the returned data into an array but it loses the properties of the object itself.
There was just few original data copied to the extractedData, I introduce a for to copy all the original properties of the data object into the extractedData. Please integrate this PR :)