I have two ActiveRecord models List and ListItem as shown below.
List
ListItem
class List < ApplicationRecord has_many :items, -> { order(