I'm trying to parse all items in a category.
From the REST API, I pull a category, then:
List<Item> categoryItems = lastSelectedCategory.getItems();
But I get an error on the editor:
Incompatible types:
Required com.clover.sdk.v3.Inventory.Item
Found com.clover.sdk.v3.base.Reference
I've done this with other objects, I'm only having this issue with the items from a category object.