<!-- Please use this template. This will help maintainers and the community better understand your feature request, comprehend the usefulness of it for the community, and get to a solution more quickly and efficiently. Thank you. --> ### Short description of the enhancement It would be great to be able to do: ``` $page->pagefield->remove(nnnn); ``` rather than having to do: ``` $page->pagefield->remove($pages->get(nnnn)); ``` ### Why would the enhancement be useful to users? Mostly because of consistency with the `add` method which lets you use the ID directly. For more info, see here: https://processwire.com/talk/topic/5013-how-to-delete-a-page-in-page-field-multiple-pages-pagearray/