I just had the same issue. They forgot to put modelData. with landmarks.filter
modelData.landmarks.filter { landmark in
The variable is created in modelData.swift and is called at the top of LandmarkLists.swift
@EnvironmentObject var modelData: ModelData
Hope this helps!