If I have something like { “a”: {“b”:3},“c”: {“d”:4}}
I expect that recomendations:
[a,c]
a[b]
c[d]
If I querry from object a I don’t need the field d in my recomendations
If I have something like { “a”: {“b”:3},“c”: {“d”:4}}
I expect that recomendations:
[a,c]
a[b]
c[d]
If I querry from object a I don’t need the field d in my recomendations