I have try to refer to spaCy official website https://spacy.io/api/annotation#dependency-parsing but I only got list of universal dependency relation which also on https://universaldependencies.org/u/dep/
while, when I try to parse some sentences, I also got labels or annotations that not have been listed. Such as: prep, dative, and dobj, even though that those labels can be associated with preposition for prep, direct object for dobj, and ??? for dative.
Is there any reference for me to find the complete list of SpaCy Dependency Parsing labels or annotations?