Hello
i am trying to create annotations to manage my smart filter bar
i am trying to show default values and create lists in my smart filter bar like this :

but i am getting anything. mys smart filter bar is the same and the "Basic group" is not there .

i dont know how to use lists in my smart filter bar and how to show default attributes .
should i change something in the backend ? (Odata Service).
and this is my annotations code :
<Annotations Target="Metadata.requirement"> <Annotation Term="UI.SelectionFields"> <Collection> <PropertyPath>Solution_ID</PropertyPath> <PropertyPath>Branch_ID</PropertyPath> <PropertyPath>Scope_ID</PropertyPath> <PropertyPath>Element_ID</PropertyPath> <PropertyPath>Priority_ID</PropertyPath> <PropertyPath>Status_ID</PropertyPath> </Collection> </Annotation> </Annotations>