RelationProxy.and

Convenience alias, allows us to do proxy.where(..).and(...)

struct RelationProxy(T)
alias and = where

Meta