Rework all built-in models to register remoting metadata via Model.remoteMethod instead of loopback.remoteMethod and pass method name instead of method function as the first argument.
That way it will be easier to override methods in subclassing models - see #619.