I am doing some exercises with datasets like so:
List with many dictionaries
users = [ {\"id\": 0, \"name\": \"Ashley\"}, {\
users in general sense is actually a collection of user elements. So it's better to define the user element as a standalone entity. So your first option is the right one.
users
user