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