
Hi @Kelly ,
Per my test, I could get the same result as yours on my end.
Currently, Site resource does not expose Owner property. You could submit the request feature here: https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform
As a workaround, you could get the default library owner in the site. The default library owner would be the site owner. Below is the endpoint to get the sites drive, there is a owner property in the response:
https://graph.microsoft.com/v1.0/sites/{site-id}/drive
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.