[FCC Beta] Nasdaq stock price checker user story

Hello, i’m having a bit of trouble understanding the user story for the following exercise;
https://giant-chronometer.glitch.me/

The only trouble i’m having is trying to understand the “relative likes” part of this problem. Given the example, i imagine that “rel_likes” is the difference between likes, thus data 1 has 1 likes, data 2 has 0, so data 1 has -1 relative likes and data 2 has 1 relative likes.

Is that assumption correct?

I still have the same problem - not sure what the project wants.

Until there is an update on this, I think I will assume that both have to be liked, and the number of likes for both, and the difference between the number of likes will have to be returned.

That way, the end user can use whichever part of the API that is relevant.