List<Offer>? findOffersByCategory(String category) { return _offerRepository?.findOffersByCategory(category); }