/**
 * Schema for a playlist stored / cached in redis,
 * gets created when a playlist is in use
 * and therefore is put into the redis cache
 *
 * @param {object} playlist - object containing the playlist
 * @returns {object} - returns same object
 */
export default playlist => playlist;