let colors = {
"red" : [
{
title: "red",
summary : "red is ...",
image : "image of red", // optional
link : "https:// ..."
},
{
title: "red",
summary : "red is ...",
link : "https:// ..."
}
],
"green" : [{ ... }]
}
This coding structure exemplifies the format I am aiming for, although I am encountering difficulties with it.