I've been trying this out and have a problem.
First, I needed to connect to the 'Child' library:
let Historical_Prices = libByName("Child");
The issue is I'm getting an error, TypeError: Cannot find function forEach in object [object Library] not found. (Display_Historical.js#6)
The internet tells me this is because forEach requires an array, which means
list = entry().linksFrom(Historical_Prices,"Product");
must therefore not be an array.