```php $data = wire()->pages->findRaw([ 'template' => 'whatever', ], [ 'id', 'title' => 'renamed', 'os.title', ], [ 'nulls' => true, 'indexed' => false, ]); ``` <img width="397" height="202" alt="Image" src="https://github.com/user-attachments/assets/38f8806a-db9c-4fcd-b913-d49097ec3b15" /> As you can see the 'title' => 'renamed' will cause the `os.title` to also be renamed to `renamed` and it should be `title`