Is there a way to filter out inappropriate "top_queries" values?

I’m working on an iOS app that is designed for kids. What happens if say 1000 kids search for the word “poop” in my app?

If I call the “top_queries” endpoint, will the word “poop” be in the top-queries? Or will it not be in there, since I have nothing searchable with the word “poop” in it.

My employer is concerned that I’d display search-results that are inappropriate for children. All the content is appropriate for children, and all the searchable data is appropriate for children. I think they’re just asking if the the “top_queries” results could be “gamed” into returning search results. Same goes for typeahead values, I guess.

Thanks,
-Dan.