class Eco::API::Organization::People

def exclude!(object, strict: false)

def exclude!(object, strict: false)
  self < exclude(object, strict: strict).to_a
end