I am using Spring Boot 3.2.4 with Spring Data JPA. I have the following JpaRepository with a native query against PostgreSQL 15: @Repository public interface RevenueRepository extends ...
My Aggregate Query returns the correct data in Compass and Studio 3T for MongoDB. See screenshot # 1A and 1B. I cannot get it to work in my Node.js, Mongoose Route. See attached route code. My ...