Returns the quantity of a certain Item that the user holds in their inventory.
Item
int? getItem({required Item item}) { return items[item]; }