A few months ago, we've seen how to write a filtering syntax tree
[https://julien.danjou.info/multi-value-syntax-tree-filtering-in-python/] in Python. The idea
behind this was to create a data structure — in the form of a dictionary — that
would allow to filter data based on conditions.
Our API looked like this: