Add a "or where has" clause to the query.
Same as whereHas usage just with "or" condition
function orWhereHas( relation: string, callback: EagerLoadConstraint = () => {}, operator?: string | number, count?: number): Query
Query
orWhereDoesntHave()
orWhere()