public static function argAuthorNotIn(Query $query, $value, &$q)
 {
     $query->whereNot('post_author.id', array_values($value));
 }