export class PlanService extends BaseService<IPlanService> implements IPlanService {
  _find (params: ParamsWithStripeQuery<Stripe.PlanListParams>) {
    const filtered = this.filterParams(params);
    return this.handlePaginate(
      filtered,