I work in the program PgAdmin. There is an array of data, you need to know how many values are in the array
SELECT id, firstname, lastname, phonenumber, COUNT(languages) FROM person GROUP BY 1 Through COUNT (languages) displays only the number 1, although the values in the array more