For "List ideas" and "List ideas for a product" endpoints, it would be useful to have the ability to filter on visibility values.
In my application I want to display a list of just ideas with specific visibility values, not all values. Currently I must check the visibility value in the response body and then determine whether or not to show in the ui. I'd like to pass in the required visibility values at the start and not have to worry about it later.