ReferenceReactuseMyProfileFetch the current user's profileFetch the current user's profile Signature (options?: UseUserOptions | undefined): UseQueryResult<UserProfile, Error> Examples ```tsx const { data: me, isLoading } = useMyProfile(); useInfiniteSearchRecordsSearch records with infinite scroll paginationuseObjectFetch a single object schema by ID