I need help in connect four Collection

function  start_Function() {
    wixData.query("All Product Details").include("CategoryS").find()
    .then( (results) => {
        if(results.items.length > 0) {
        let RESULT = results.items;
        let firstITEM = RESULT[0];
        console.log(RESULT)
        console.log(firstITEM)
        let output1 = [], output2 = []
 
        for (var i = 1; i < results.items.length; i++) {
            output1.push(categoryS[i].???????????????????)
            output2.push(categoryS[i].???????????????????)
        }
        console.log(output1, output2)
        $w('#TXToutput1').text=output1.toString()
        $w('#TXToutput2').text=output2.toString()
    } else {    }
  } )
}

You give not enought input!
All DB-pics are needed! All included DATABASES.

output1.push(categoryS[i].???????????????????)
output2.push(categoryS[i].???????????????????)