I have a function that retrieves raw data from the database and returns an object which represents this data.
Should the conversion between the raw data and the object be written in that method or should I dedicate a separate method for the conversion, according to SRP?