-ifndef(POSITION_HRL). -define(POSITION_HRL, true). -record('Position', { id = [] :: list(), name = [] :: list(), category = [] :: list() }). -endif.