You must change your code as shown below to display the comma separated value in easy admin:
fields:
{ property: 'categories', type: 'array' }
If you do not add a property type: 'array', then a simple administrator will display the total number of elements in the array or array.
source
share