def with_reputation_only(*args)
        warn "[DEPRECATION] `with_reputation_only` will be deprecated in version 3.0.0. Please use finder methods instead."
        reputation_name, srn = parse_arel_query_args(args)
        select = build_select_statement_with_reputation_only(table_name, reputation_name)
        joins = build_join_statement(table_name, name, srn)