I see on the screenshot that you have changed the canvas colors, but this message is a warning, using standard Grasshopper color schema the component should be orange.
The Limit input is there to prevent loooong queries on biiiiiig models.
Also has other uses like just grabing the first element that passes the Filter.
The output param Count is also there in case you need to check if there is any element that passes Filter without grabing the elements. To do that remove the output Elements parameter, you will see that the component runs faster.
Some samples:
While you are prototyping you can just remove Limit input. To do that just zoom in over the component, a minus sign button will appear next to it.


