Question: counting elements

how do i count the numbers of elements inside of a list like [[x,y,z]]? ie. [[3,2,5],[2,34,6]]. i would want it to return 2.
Please Wait...