Hello, Can you please tell me, how to get value of `COUNT(*)`? Mysql query - > `SELECT COUNT(*) from table` ``` js rows [0] = RowDataPacket {'COUNT(*)': 4} ``` `rows[0].COUNT` and other is not working.