getItemCount
Arguments
itemName (string): The name of the item to check.
metadata (table, optional): Additional metadata to filter the item count.
Returns
count (number): The number of items matching the name (and metadata, if provided).
Example Usage
Return Structure
If items are found:
If no items are found:
Last updated