So right now we are trying this: ```function Tota...
# community-help
y
So right now we are trying this:
Copy code
function TotalHits({ searchResults, searchState }: TotalHits): JSX.Element {
  console.log({ searchResults, searchState });

  return <>test</>;
}

export default connectStateResults(TotalHits);
And we want to access the
parsed_nl_query
data here