distinct(by:)

public func distinct<S: Sequence>(by keyPaths: S) -> Results<Element>
        where S.Iterator.Element == String

Returns a Results containing distinct objects based on the specified key paths