i have two entities post , comment and i want to create native query using spring data jpa
@Query(value = "SELECT * , (select count(*) from comments commentObj w