Updates the instance count


## Description

This is similar to the draw_range SOP node, but for instances. This allows to define how many instances will be visible with very little performance cost.

## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>useMax</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if max is used</td>
</tr>
<tr>
	<td>max</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>max number of instances to display</td>
</tr>
</table>