Reference to realms doc
I have some entities, for example it is: Category and Item.
The Category contains RealmList of Items and I can access all items of category by calling getter of this list.
But how can I query all items by category's id(it's annotated as primary key)
I'm parsing json via Realm.createObjectFromJson() and can't set Category field to each Item
Thanx in advance