csk_fn_list_countUse this function to find the size of the object list. String: csk_fn_list_count(List<Object> inputList) Input: List<Object> inputList: The list of objects to be checked Example: $csk_fn_list_count(["A", "B", "C"]) → "3"