First time here? Check out the FAQ!
answered 11 years ago
Did you use arrangements(...).list() or Arrangements(...).list()? You need to use the second of these; the first gives the error that you mentioned.
arrangements(...).list()
Arrangements(...).list()