#[derive(WpDerivedRequest)]
filtered fields will not work for wrapper types such as UserDeleteResponse
#154
Open
Description
UserDeleteResponse
is hardcoded to have a UserWithEditContext
, however if we want to be able to filter the fields, we won't be able to parse the result into UserWithEditContext
as some of the fields might be missing.