Number is inserted to collection as text

@yisrael-wix I appreciate all your help but did not work
I converted the data to a number

Fixed the string

const lastItemInCollection = results.items[0];
 let orderNumber = `${Number(lastItemInCollection._ID) + 1}`
            $w('#orderNumber').text = orderNumber

And still, it is inserted a string