DRF retriveapi view.

Ok, so wanting to get this straight, please verify that my understanding is correct:

  • You want a list of all Competition
  • Within each Competition, you want all the Artwork objects with approved = True.

Then, you have a different question, where you want to:

  • Get a list of all Artwork for a specified Competition.

Is my understanding correct?