List<Datum> get typedPackages => packages.where((p) => (p.type ?? []).contains(!isPersonalMembership.value ? 'INDIVIDUAL' : 'CORPORATE')).toList();