OrganizationWithSubAndPlan: {
    organization: Organization;
    plan?: StripePlan | null;
    subscription?: StripeSubscription | null;
}