class Attio::List

def entry_count(**)

Get the count of entries
def entry_count(**)
  # Just get the entries and count them
  entries(**).length
end