class RouteStopPoints
    def initialize(query_ctx, route_id)
      @route_id = route_id
      # Initialize the loading state for this query or get the previously-initiated state
      @lazy_state = query_ctx[:lazy_find_route_stop_points] ||= {