COALESCE 사용해서 null일 경우 두번째 파라미터 값을 리턴한다.
@Query("select COALESCE(sum(r.dogCount),0) from Reservation r where r.companyId = :companyId"