How to filter count result

Hi Everyone
I had this query and I want to send me only their count equal to 1

{

	res(func:eq(evt_name,"page_track")) @filter( uid_in(project_uid, 0xe230))@groupby(evt_uniq_visitor){
   count(uid)
  }
	
 }

result of the query