On this pageList or QueryReturns a list of your customers.ExamplesGet 20 customers based on a query.\SureCart\Models\Coupon::where([ 'query' => 'ted bundy'])->paginate([ 'page' => 1, 'per_page' => 20]);Where ParametersResponse Attributes