lengthGets the length of a list or map.length(targetList) # Or length(targetMap)CopyParameters#targetList: The target listtargetMap: The target mapReturns#Total item count for a listTotal key-value pairs or entries for a map