Out webserver return this result as:
[ { \"id\": 1, \"user_id\": 10, \"title\": \"xxxxxxx\", \"description\": \"xxxx\", \"type\": \"post\",
as @Richard Heap comment, changing
CategoriesModel categories;
to
List<CategoriesModel> categories;
resolve this problem