class Attio::WorkspaceMember

def standard?

Check if member is standard user
def standard?
  access_level == "standard"
end