double getItemQuantity({required int itemsPerHU}) { try { return getHuTargetQuantity() / itemsPerHU; } catch (e) { return 0; } }