diff --git a/lib/bencher_schema/src/model/organization/plan.rs b/lib/bencher_schema/src/model/organization/plan.rs
index 1b4cc0c252..670308e2ed 100644
--- a/lib/bencher_schema/src/model/organization/plan.rs
+++ b/lib/bencher_schema/src/model/organization/plan.rs
@@ -1,6 +1,6 @@
#![cfg(feature = "plus")]
-use bencher_billing::Biller;
+use bencher_billing::{Biller, CustomerId};
use bencher_json::{
DateTime, Entitlements, JsonPlan, Jwt, LicensedPlanId, MeteredPlanId, OrganizationUuid,
PlanLevel, project::Visibility,
@@ -93,7 +93,7 @@ impl QueryPlan {
biller: Option<&Biller>,
public_user: &PublicUser,
query_organization: &QueryOrganization,
- ) -> Result