Type more specific result items
Right now we have one type ResultItem
which contains all properties that may or may not exist as a return value from the API.
It would be great to split this up into somwhat CategoryItems
(e.g. Person
, Document
, …) to be more specific.
Later on should be used as well when implementing the API, c.f. #63 (closed)