# Functions
No description provided by the author
List simulates a normal endpoint where someone wants to query a list of resources from a collection Here, we added a pagination functionality.
# Constants
In our fake DB, this is the number of rows that we have there.
# Structs
This is the resource returned in the collection.
No description provided by the author