Given a DataFrame df with a column 'age' that contains integer values, including NULLs, how would you use the 'count' function to count the number of non-NULL values in the 'age' column? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz