Add a "or where doesnt have" clause to the query.
Same as whereDoesntHave usage just with "or" condition
function orWhereDoesntHave( relation: string, callback: EagerLoadConstraint = () => {}): Query
Query
orWhere()
orWhereHas()