NestJS - Database with TypeORM
You want to create a custom method
findActiveUsers() in your UserRepository that returns only users with isActive = true. Which approach correctly applies the Repository pattern in NestJS?