How to know no. of rows in a table using typescript in codeceptjs

I’m using typescript along with codeceptjs, need to know the number of rows available in a table and get them as well.

Thanks in advance.