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