Is there a way to retrieve all available filter options from a look?

I'm wondering if there's a way to get all available filter options for a given filter on a given query on a look. 

For example, when I'm using the node sdk I'll call `const query_data = sdk.ok(sdk.look(target_look_id, 'query'))`.

And then `query_data.query.filters` shows me the filters. Let's say that one if the filter keys is `filter_key_a`. Is there any way to get all of the available options for `filter_key_a`? 

0 0 75