query('limit', 8), 24); return response()->json([ 'data' => $this->suggestions->suggestFor($request->user(), $limit), ]); } }