For example: if I have a list of records, like this:
[
  {
    'id' : 1,
    'name' : 'Renato'
  },
  {
    'id' : 2,
    'name' : 'John'
  }
]
and I want to get a list of id.
For example: if I have a list of records, like this:
[
  {
    'id' : 1,
    'name' : 'Renato'
  },
  {
    'id' : 2,
    'name' : 'John'
  }
]
and I want to get a list of id.
