I’m using TypeORM with PostgreSQL in my Nest.js application. I have two entities, User and Photo, with a one-to-many relationship (one user can have multiple photos). I’m trying to retrieve users along with at most 5 photos for each user using TypeORM’s query builder.