count() isEmpty values

@jonatandor35
Yes i saw this big Capital letter, too, but at his first post everything was ok…

import wixData from 'wix-data';
wixData.query("LawDatabase")
  .isEmpty("language") <--------------------- ???
  .count()
  .then( (num) => {
 let numberOfItems = num;
    console.log("Language field has ", num, "empty cells.")
    $w("#text39").text = num.toString()
  } )  ;

Ok, i did not really understand now what was the real reason for the failure, but i understand why my testings were ok :grin:.

P.S.: @ J.D. THANKS for clarifying and helping out! :kissing_heart: