In the model grid overview for unstructured grids, the function get_grid_size is not listed.
However, in the SIDL overview it states the following:
This function is needed for every grid type.
The grid size is used for, among other things, the length of arrays returned by get_grid_x and get_grid_y for unstructured and structured quad grids.
Seeing as the functionality of get_grid_size for unstructured grids is identical to get_node_count I am not sure if it's actually required.