I am receiving a GET from all users and in some users I receive $ref with a number, and I want to get all the information like the first object, if I do a get of one user I receive the information correctly
Here is the GET from the API
// GET: api/usuaris
public IQueryable<usuari> Getusuaris()
{
return db.usuaris;
}
And here what returns me back