Use Optional
@Query(value = """
SELECT .......
""", nativeQuery = true)
Optional<ProfileView> findByCustomerId(......);