findByTenantIdAndStatusOrderByCreatedAtDesc

abstract fun findByTenantIdAndStatusOrderByCreatedAtDesc(tenantId: String, status: CampaignStatus, pageable: Pageable): Page<Campaign>(source)