How to set permissions for a single field in a model in django rest framwork

I want to set permission, for a separate field in an API. If the user has permission, it will be displayed, and if there is no permission, it will not be displayed. What should I do?

Mar.04,2021
Menu