Change value displayed for boolean fields

Maybe this question is a little off base, but you’re talking about the right thing for me. So I have a database with boolean check mark values, and I have a query that’s coded to count the boolean values. But, I am unsure of the values I’m suppose to use in the code for retrieve this…

wixData.query(‘NewYearSurvey’)
.eq(‘cardioSculpt’, [what goes here?] )
.count()
.then((num) => {
cardioCount = num;
})