Always use `#[NoDiscard]` attribute in function which fetches data from DB. This ensures that db does not called unnecessarily.